home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / the_lego_treasure_hunt.swf / scripts / DefineButton2_1036 / BUTTONCONDACTION on(keyPress Down).as next >
Encoding:
Text File  |  2007-03-20  |  174 b   |  11 lines

  1. on(keyPress "<Down>"){
  2.    tellTarget("_root.main.man")
  3.    {
  4.       gotoAndStop(3);
  5.    }
  6.    tellTarget("_root.main.man.manwalking")
  7.    {
  8.       gotoAndStop(1);
  9.    }
  10. }
  11.